fix(deps): update Azure Identity to 1.18.4#779
Open
jbeckwith-oai wants to merge 1 commit into
Open
Conversation
fe01171 to
a1985f8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
com.azure:azure-identitydependency from 1.15.0 to the latest stable release, 1.18.4This is expected to close 33 open Dependabot alerts after GitHub rescans the default branch: 36, 37, 38, 47, 48, 50, 51, 53, 55, 61, 62, 68, and 70 through 90.
Compatibility
This dependency is declared only by
openai-java-example, which does not applyopenai.publishand has no publishing tasks. It is not present in the POM or runtime graph of any published OpenAI Java artifact, so this update cannot change downstream consumers' dependency resolution.The example uses only
AuthenticationUtil.getBearerTokenSupplier(TokenCredential, String...)andnew DefaultAzureCredentialBuilder().build(). Those public binary signatures are identical in 1.15.0 and 1.18.4, the example compiles unchanged, and both Azure Identity artifacts target Java 8 bytecode.The upstream 1.17.0 release removed the deprecated
SharedTokenCacheCredentialfrom the default credential chain. That can affect a developer running this source-tree example only if it relied solely on that retired local credential; it does not affect the published SDK or this example's source/API linkage.Validation
env JAVA_HOME=/opt/homebrew/opt/openjdk@21 ./scripts/testenv JAVA_HOME=/opt/homebrew/opt/openjdk@21 ./scripts/lintenv JAVA_HOME=/opt/homebrew/opt/openjdk@21 ./scripts/build:openai-java-example:compileJavadependencyInsightand runtime graph review for Azure Identity, Azure Core HTTP Netty, Netty, Reactor Netty, Nimbus JOSE JWT, and json-smartopenai-java-examplehas no publishing tasks